home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 0622 / PCZONE0622.iso / Patches / Op Flash / OFPPatch.exe / OFPPatch_Upgrade_1_30.exe / 0 / RCDATA / ADD\TEMPLATES\2-12_T_SECTORCONTROL.ABEL\SCOREEAST4.SQS < prev    next >
Text File  |  2001-11-09  |  402b  |  35 lines

  1. ;This is the scoring system script
  2. ;created by D'n'A and Sith for Domination
  3.  
  4. _x = 0
  5.  
  6. #LoopStart
  7.  
  8. ~1
  9.  
  10. ? (EndGame == 1) : goto "Endloop"
  11. ? (EastRule4 == 0) : goto "EndLoop"
  12. ? (_x >= 60) : goto "AddScore"
  13.  
  14. _x = _x + 1
  15.  
  16. goto "LoopStart"
  17.  
  18. #AddScore
  19.  
  20. _x = 0
  21.  
  22. ScoreE = ScoreE + 1
  23. PublicVariable "ScoreE"
  24.  
  25. ShowSE=1
  26. PublicVariable "ShowSE"
  27.  
  28. goto "LoopStart"
  29.  
  30.  
  31. #EndLoop
  32.  
  33. exit
  34.  
  35.